@media(min-width:2048px) {

    /* footer */
    .footNav h2 {
        font-size: 21px;
    }

    .footNav a {
        font-size: 15px;
    }

    .footNav {
        padding: 89px 0 108px;
    }

    /* banner */
    .banTxt_name {
        font-size: 82px;
        margin-bottom: 18px;
    }

    .banTxt_cn,
    .banTxt_cn span {
        font-size: 82px;
    }

    .banTxt_en {
        font-size: 23px;
        font-weight: 300;
    }

    .banner .swiper-button-prev {
        left: 89px
    }

    .banner .swiper-button-next {
        right: 89px;
    }

    /* index */
    .ysSer_form select,
    .ysSer_form input {
        height: 54px;
        line-height: 54px;
    }

    .ysPro {
        padding: 78px 0 108px
    }

    .ysPro_box {
        height: 389px;
    }

    .ysPro_img {
        height: 308px;
    }

    .ysPro_a {
        min-height: 389px;
    }

    .ysAb {
        padding: 168px 0 208px;
    }

    .ysAb_p p {
        font-size: 18px;
    }

    .ysNews {
        padding: 158px 0;
    }

    .ysGd {
        height: 638px;
    }

    .ysGd_txt {
        font-size: 38px;
    }

    /* about */
    .abCul {
        padding: 158px;
    }

    .abCul_div {
        min-height: 468px;
        padding-top: 78px;
    }

    .abCul_div:hover .abCul_ico img {
        top: -24px;
        transform: scale(0.89);
    }
}